-
Notifications
You must be signed in to change notification settings - Fork 619
[Docs] .NET & Unity as of 2.9/5.10 #5445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Merge activity
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5445 +/- ##
=======================================
Coverage 45.52% 45.52%
=======================================
Files 1070 1070
Lines 55707 55707
Branches 4031 4031
=======================================
Hits 25360 25360
Misses 29660 29660
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
<!-- start pr-codex -->
## PR-Codex overview
This PR focuses on updating the documentation for the `Thirdweb .NET SDK`, adding new methods, modifying existing ones, and improving sidebar navigation. It also removes outdated pages and refines descriptions for better clarity.
### Detailed summary
- Deleted `getemail` and `getphonenumber` action pages.
- Updated the reference link for `ThirdwebExtensions`.
- Added documentation for `EcosystemWallet.GetEcosystemDetails` and `EcosystemWallet.GetUserDetails`.
- Modified sidebar links, replacing `GetEmail` and `GetPhoneNumber` with `GetUserDetails` and `GenerateExternalLoginLink`.
- Added documentation for `EcosystemWallet.GenerateExternalLoginLink`.
- Updated `IThirdwebWallet.Transfer` method description and usage examples.
- Revised wallet connection methods in `ThirdwebManager`, updating method names and descriptions.
- Improved `Child Prefabs` section, renaming and clarifying modal usage.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
b00fb9e to
565dbb9
Compare
PR-Codex overview
This PR focuses on updating the documentation for the
Thirdweb .NET SDK, enhancing method descriptions, and modifying the sidebar links for wallet actions. It also removes some outdated pages and adds new methods for wallet interactions.Detailed summary
getemailandgetphonenumberaction pages.ThirdwebExtensionsreference.EcosystemWallet.GetEcosystemDetailsandEcosystemWallet.GetUserDetails.GetEmailtoGetUserDetails.GetEcosystemDetails.GetPhoneNumbertoGenerateExternalLoginLink.EcosystemWallet.GenerateExternalLoginLink.Transfermethod description to include ERC20 tokens.ThirdwebManagerdocumentation, including renaming and reordering.